centralizing a table with css

34

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
<table class="center">
    ...
  </table>

Comments

Submit
0 Comments